ru.tcl.dxf.tables
Class Table

java.lang.Object
  |
  +--ru.tcl.dxf.DXFObject
        |
        +--ru.tcl.dxf.tables.Table
Direct Known Subclasses:
LayerTable, LineTypeTable, StyleTable, UCSTable, ViewTable, VportTable

public abstract class Table
extends DXFObject

Класс Table является базовым для всех таблиц в DXF файле.

Since:
TCL DXF 1.0
See Also:
Serialized Form

Constructor Summary
Table()
           
Table(DXFDocument doc)
           
 
Methods inherited from class ru.tcl.dxf.DXFObject
getDocument, readDXF, setDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table()

Table

public Table(DXFDocument doc)